'Declaration Public Function New( _
ByVal itemsThe source item collection.As System.Collections.Generic.IList(Of T), _
ByVal selectedItemsThe selected item collection.As System.Collections.Generic.IList(Of T) _
)
public ItemSelectionManager<T>(
System.Collections.Generic.IList<T> items,
System.Collections.Generic.IList<T> selectedItems
)
public: ItemSelectionManager<T>(
System.Collections.Generic.IList<T*>* items,
System.Collections.Generic.IList<T*>* selectedItems
)
public:
ItemSelectionManager<T>(
System.Collections.Generic.IList<T^>^ items,
System.Collections.Generic.IList<T^>^ selectedItems
)
Parameters
- items
- The source item collection.
- selectedItems
- The selected item collection.